Cast the return value of g_array_free to void* before casting to char**
authorTing-Wei Lan <lantw@src.gnome.org>
Sat, 9 Jan 2016 09:24:12 +0000 (17:24 +0800)
committerTing-Wei Lan <lantw@src.gnome.org>
Sun, 10 Jan 2016 16:23:46 +0000 (00:23 +0800)
commit0f120ea5101f9f47212b0afd583e9469187b1e0f
tree7c9dd3944bd5f36bbd9c3988a92bb92e1b4d1cb8
parent2dc8d1f611094dfba1d635c43e20967c99a944a3
Cast the return value of g_array_free to void* before casting to char**

Let the compiler know that we don't want to use it as char*, so there is
no alignment error.

https://bugzilla.gnome.org/show_bug.cgi?id=760350
https://bugzilla.gnome.org/show_bug.cgi?id=755659
gtk/gtkactionmuxer.c